projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7297aeb
)
testgtk: Actually expand the scrolled window
author
Benjamin Otte
<otte@redhat.com>
Tue, 1 Aug 2017 23:23:43 +0000
(
00:23
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 1 Aug 2017 23:23:43 +0000
(
00:23
+0100)
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index f0478f286572f7a6bafc0b5f69b3294dcee1866d..2843d845c14e45bf130d393b2bfbfccbcab392f5 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-8362,6
+8362,7
@@
create_main_window (void)
gtk_widget_set_name (label, "testgtk-version-label");
scrolled_window = gtk_scrolled_window_new (NULL, NULL);
+ gtk_widget_set_vexpand (scrolled_window, TRUE);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window),
GTK_POLICY_NEVER,
GTK_POLICY_AUTOMATIC);